Class com.symantec.itools.lang.Classpath
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.symantec.itools.lang.Classpath

Object
   |
   +----com.symantec.itools.lang.Classpath

public class Classpath
extends Object

Version:
1.0
Author:
Symantec Internet Tools Division
Since:
VCafe 3.0

Variable Index

 o actualClasspath
 o actualEntriesTable
 o filesTables
 o validClasspath
 o validEntries

Constructor Index

 o com.symantec.itools.lang.Classpath()
 o com.symantec.itools.lang.Classpath(String)

Method Index

 o appendEntry(String)
 o cleanup()
 o contains(String)
 o convertFileNameToJavaName(File)
 o convertFileNameToJavaName(String)
 o finalize()
 o find(String)
 o getActualClasspath()
 o getActualClasspathAsString()
 o getEntry(URL)
 o getEntry(String)
 o getInvalidEntries()
 o getValidClasspath()
 o getValidClasspathAsString()
 o getValidEntries()
 o isValid(String)
 o load()
 o prependEntry(String)
 o removeEntry(String)
 o setClasspath(String)

Variables

 o actualClasspath
protected java.lang.String[] actualClasspath

Since: VCafe 3.0
 o actualEntriesTable
protected java.util.Hashtable actualEntriesTable

Since: VCafe 3.0
 o filesTables
protected java.util.Hashtable filesTables

Since: VCafe 3.0
 o validClasspath
protected java.lang.String[] validClasspath

Since: VCafe 3.0
 o validEntries
protected com.symantec.itools.lang.ClasspathEntry[] validEntries

Since: VCafe 3.0

Constructors

 o Classpath
public Classpath()
 o Classpath
public Classpath(String cp)

Methods

 o appendEntry
public com.symantec.itools.lang.Classpath appendEntry(String entry)

Parameters:
entry - TODO
Since:
VCafe 3.0
 o cleanup
public void cleanup()
 o contains
public boolean contains(String entry)

Parameters:
entry - TODO
Since:
VCafe 3.0
 o convertFileNameToJavaName
public com.symantec.itools.lang.JavaName convertFileNameToJavaName(File file) throws NotJavaNameException

Parameters:
file - TODO
Throws: NotJavaNameException
Since:
VCafe 3.0
 o convertFileNameToJavaName
public com.symantec.itools.lang.JavaName convertFileNameToJavaName(String fileName) throws NotJavaNameException

Parameters:
fileName - TODO
Throws: NotJavaNameException
Since:
VCafe 3.0
 o finalize
protected void finalize() throws Throwable
Overrides:
finalize in class Object
 o find
public com.symantec.itools.lang.ClasspathEntry find(String entryName)

Parameters:
entryName - TODO
Since:
VCafe 3.0
 o getActualClasspath
public java.lang.String[] getActualClasspath()

Since:
VCafe 3.0
 o getActualClasspathAsString
public java.lang.String getActualClasspathAsString()

Since:
VCafe 3.0
 o getEntry
public com.symantec.itools.lang.ClasspathEntry getEntry(URL url)

Parameters:
url - TODO
Since:
VCafe 3.0
 o getEntry
public com.symantec.itools.lang.ClasspathEntry getEntry(String key)

Parameters:
key - TODO
Since:
VCafe 3.0
 o getInvalidEntries
public java.lang.String[] getInvalidEntries()

Since:
VCafe 3.0
 o getValidClasspath
public java.lang.String[] getValidClasspath()

Since:
VCafe 3.0
 o getValidClasspathAsString
public java.lang.String getValidClasspathAsString()

Since:
VCafe 3.0
 o getValidEntries
public java.lang.String[] getValidEntries()

Since:
VCafe 3.0
 o isValid
public boolean isValid(String entry)

Parameters:
entry - TODO
Since:
VCafe 3.0
 o load
public void load()

Since:
VCafe 3.0
 o prependEntry
public com.symantec.itools.lang.Classpath prependEntry(String entry)

Parameters:
entry - TODO
Since:
VCafe 3.0
 o removeEntry
public com.symantec.itools.lang.Classpath removeEntry(String entry)

Parameters:
entry - TODO
Since:
VCafe 3.0
 o setClasspath
public void setClasspath(String cp)

Parameters:
cp - TODO
Since:
VCafe 3.0

All Packages  Class Hierarchy  This Package  Previous  Next  Index